home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / supk412.zip / PATSTACK.DOC < prev    next >
Text File  |  1989-04-01  |  2KB  |  37 lines

  1. PATSTACK - Stack Value Patching utility for SUPERK.COM
  2.  
  3.     There have been reports of strange things happening with SUPERK  when 
  4. installed in various PC environments.  In order to keep the SuperK memory 
  5. requirements  to  a  minimum,  I  have  set the Minimum and Maximum stack 
  6. values at a bare minumum.  Testing has proven that this may very well  be 
  7. the  cause  of the stange transfer results experienced by some users.  By 
  8. providing a real time patching utility - as opposed to simply  increasing 
  9. the  stack  values  -  you can experiment with different stack values and 
  10. (hopefully) come up with the optimum compromise between  proper  transfer 
  11. performance and memory requirements.  To this end, PATSTACK is being made 
  12. available so that the user may patch the Minimum and Maximum stack values 
  13. directly within SUPERK.COM. 
  14.  
  15.    You may also startup PATSTACK with two command line parameters:
  16.  
  17.                 PATSTACK x y
  18.  
  19.        where x = the new Minimum Stack value 
  20.              y = the new Maximum Stack value
  21.  
  22.  
  23.     If  no  command line parameters are specified,  PATSTACK will display 
  24. how the stack values are figured and what the current values are.  Simply 
  25. enter the  new  values  and  PATSTACK  will  make  the  modifications  to 
  26. SUPERK.COM.
  27.  
  28.     IN ALL CASES,  The Mimimum Stack value should be less than or equal to 
  29. the Maximum Stack value. 
  30.  
  31.    It should be noted that SuperK memory requirements  will  increase  as 
  32. the  values of the stack(s) increase and that the range of 512 to 2048 is 
  33. checked prior to patching SUPERK.COM 
  34.  
  35.    PATSTACK will work on any version of SUPERK.COM
  36.  
  37.